home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / ninja_nightmare.swf / scripts / DefineButton2_567 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-20  |  114 b   |  7 lines

  1. on(release){
  2.    _root.music.gotoAndStop(2);
  3.    _root.playing = false;
  4.    stopAllSounds();
  5.    nextFrame();
  6. }
  7.